home *** CD-ROM | disk | FTP | other *** search
- varlength = length(launchfolder);
- charsToExtract = int(varlength - "2");
- PathtoCD = launchfolder.substr("2",charstoextract);
- set("/menu1:filetitle",cat1file);
- set("/menu2:filetitle",cat2file);
- set("/menu3:filetitle",cat3file);
- set("/menu4:filetitle",cat4file);
- set("/menu5:filetitle",cat5file);
- set("/menu6:filetitle",cat6file);
- set("/menu7:filetitle",cat7file);
- set("/menu8:filetitle",cat8file);
- set("/menu9:filetitle",cat9file);
- stop();
-